In Info-url-alist, add .html extension to %e format-sequence
authorMekeor Melire <mekeor@posteo.de>
Fri, 9 Feb 2024 22:30:52 +0000 (23:30 +0100)
committerEli Zaretskii <eliz@gnu.org>
Sun, 11 Feb 2024 07:25:19 +0000 (09:25 +0200)
commit30b4d902326546ca2b383d56caadbe0adaf0fe89
tree6e4fa4c55dd448e063c30e4c23d1e147626ab211
parente67e7185ce81e59c90741f92c2ba3209412f417e
In Info-url-alist, add .html extension to %e format-sequence

* lisp/info.el (Info-url-for-node): Implement the change. (Bug#68970)
(Info-url-alist): Document the change.
* test/lisp/info-tests.el (test-info-urls): Adjust tests to account for
the change and add a test for the "Top" node.
lisp/info.el
test/lisp/info-tests.el